home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0098.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  670 b   |  37 lines

  1. Hey again, 
  2. I have a little question..
  3. why does this cause me to get an "Out of stack space" Error and what can I
  4. do to remedy it?
  5. Thanx in advatz!!! :)
  6. ---
  7. problem:
  8. '---begin---
  9. S1
  10. Procedure S1
  11.    Paper 0 : Centre "Procedure S1 Here!"
  12.    Wait 1
  13.    Cls
  14. 0
  15.    S2
  16. End Proc
  17. '
  18. Procedure S2
  19.    Paper 0 : Centre "Procedure S2 Here!"
  20.  
  21. Wait 1
  22.    Cls 0
  23.    S1
  24. End Proc
  25. Do 
  26. Loop 
  27. '---END---
  28.  
  29.  
  30. ----------------ICQ# 1860019-------------------
  31. ------------VB5-Learning-Edition---------------
  32. -------"To Transcendence and BEYOND!!!"--------
  33. --Original Art, stories, & all original minds--
  34. ------- http://www.radiks.net/skid/ -----------
  35. -----------------------------------------------
  36.  
  37.